home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0899 / checksum.txt < prev    next >
Text File  |  1996-09-30  |  2KB  |  60 lines

  1.  
  2. Check Sum Calculator            Copyright (C) Moose O'Malley, 
  3. --------------------            October 1996.
  4.  
  5. Check Sum Calculator for Windows 3.1, 3.11, 95, NT.
  6.  
  7. Developed using 16-bit Delphi.
  8.  
  9. The program calculates a full checksum and a EPROM Standard Check Sum
  10. for a user-selected file.
  11.  
  12. The Full Check Sum is simply the sum of the Ordinal values of all 
  13. bytes in a particular file.  This checksum is displayed in Hexadecimal.
  14.  
  15. The Eprom Standard Check Sum is simply the last 4 characters of the
  16. Full Check Sum.  This is consistent with the Check Sums calculated 
  17. by EPROM programmers / readers.
  18.  
  19. This Check Sum Calculator is useful for :
  20.  
  21. - calculating checksums for various files, to ensure 
  22.   copying / transmission occurs correctly.
  23.  
  24. - calculating, comparing, and checking checksums for Arcade Game ROMs
  25.   and the ROMS and EPROMS in various computer equipment.
  26.  
  27.  
  28. Sharware Message :
  29. ------------------
  30.  
  31. This is NOT free software.
  32.  
  33. This product is shareware.  
  34.  
  35. This means that you can try out the software for evaluation 
  36. purposes without charge for a period of 21 days to enable you
  37. to decide whether to purchase / register it.
  38.  
  39. If you use this software after the 21 day evaluation period
  40. a registration fee is required.  See the Registration Form
  41. in the file register.txt.
  42.  
  43. Unregistered use of this software after the 21-day evaluation 
  44. period is in violation of U.S. and international copyright laws.
  45.  
  46. If you do not purchase / register the software after the 21 day
  47. trial period, then you must delete it from your system.
  48.  
  49. In order to encourage me to develop this software and keep 
  50. developing other software, I encourage you to do the right 
  51. thing and register the software.
  52.  
  53. To do this, please complete the Registration Form in
  54. the file register.txt.
  55.  
  56. Moose
  57. EMail :     Moose@rocknet.net.au
  58. Home Page : http://www.rocknet.net.au/~moose/
  59. 01-Oct-96
  60.